home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / start.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(press).as
Text File  |  2001-06-06  |  120b  |  8 lines

  1. on(press){
  2.    if(_root.go == true)
  3.    {
  4.       _root.mycha25.stop("mycha25");
  5.       _root.mycha25.start();
  6.    }
  7. }
  8.